﻿2026-08-28T12:41:09.2835115Z ##[group]Run actions/checkout@v5
2026-08-28T12:41:09.2835660Z with:
2026-08-28T12:41:09.2836055Z   repository: BigscreenVR/spt-bs-core
2026-08-28T12:41:09.2839271Z   token: ***
2026-08-28T12:41:09.2839670Z   ssh-strict: true
2026-08-28T12:41:09.2840064Z   ssh-user: git
2026-08-28T12:41:09.2840460Z   persist-credentials: true
2026-08-28T12:41:09.2840893Z   clean: true
2026-08-28T12:41:09.2841290Z   sparse-checkout-cone-mode: true
2026-08-28T12:41:09.2841746Z   fetch-depth: 1
2026-08-28T12:41:09.2842136Z   fetch-tags: false
2026-08-28T12:41:09.2842535Z   show-progress: true
2026-08-28T12:41:09.2842946Z   lfs: false
2026-08-28T12:41:09.2843341Z   submodules: false
2026-08-28T12:41:09.2843746Z   set-safe-directory: true
2026-08-28T12:41:09.2844195Z   allow-unsafe-pr-checkout: false
2026-08-28T12:41:09.2844734Z env:
2026-08-28T12:41:09.2845104Z   CARGO_INCREMENTAL: 0
2026-08-28T12:41:09.2845496Z ##[endgroup]
2026-08-28T12:41:09.3632546Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-28T12:41:09.3634262Z ##[group]Getting Git version info
2026-08-28T12:41:09.3635108Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-28T12:41:09.3636406Z [command]/usr/bin/git version
2026-08-28T12:41:09.3636856Z git version 2.43.0
2026-08-28T12:41:09.3648081Z ##[endgroup]
2026-08-28T12:41:09.3656158Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/ed3e8591-9f3e-42ee-be89-4063afb037a3/.gitconfig'
2026-08-28T12:41:09.3663456Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ed3e8591-9f3e-42ee-be89-4063afb037a3' before making global git config changes
2026-08-28T12:41:09.3664719Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T12:41:09.3666251Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T12:41:09.3701573Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-28T12:41:09.3721492Z https://github.com/BigscreenVR/spt-bs-core
2026-08-28T12:41:09.3731515Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-28T12:41:09.3733930Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-28T12:41:09.3751752Z refs/heads/golden/ir2-incremental-off
2026-08-28T12:41:09.3757518Z [command]/usr/bin/git checkout --detach
2026-08-28T12:41:09.3826915Z HEAD is now at ea55e8823 ci(golden): measure incremental-off leg
2026-08-28T12:41:09.3898555Z [command]/usr/bin/git branch --delete --force golden/ir2-incremental-off
2026-08-28T12:41:09.3935016Z Deleted branch golden/ir2-incremental-off (was ea55e8823).
2026-08-28T12:41:09.4077152Z ##[endgroup]
2026-08-28T12:41:09.4081395Z [command]/usr/bin/git submodule status
2026-08-28T12:41:09.4271850Z ##[group]Cleaning the repository
2026-08-28T12:41:09.4274383Z [command]/usr/bin/git clean -ffdx
2026-08-28T12:41:09.4311230Z [command]/usr/bin/git reset --hard HEAD
2026-08-28T12:41:09.4381769Z HEAD is now at ea55e8823 ci(golden): measure incremental-off leg
2026-08-28T12:41:09.4388341Z ##[endgroup]
2026-08-28T12:41:09.4390211Z ##[group]Disabling automatic garbage collection
2026-08-28T12:41:09.4393126Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T12:41:09.4416593Z ##[endgroup]
2026-08-28T12:41:09.4417251Z ##[group]Setting up auth
2026-08-28T12:41:09.4421467Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T12:41:09.4444453Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-28T12:41:09.4635252Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T12:41:09.4659301Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-28T12:41:09.4853701Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T12:41:09.4883023Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T12:41:09.5077838Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T12:41:09.5109646Z ##[endgroup]
2026-08-28T12:41:09.5110386Z ##[group]Fetching the repository
2026-08-28T12:41:09.5116671Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ea55e88232497ba5667171a2770946d6ffe4551c:refs/remotes/origin/golden/ir2-incremental-off
2026-08-28T12:41:09.9584225Z ##[endgroup]
2026-08-28T12:41:09.9585529Z ##[group]Determining the checkout info
2026-08-28T12:41:09.9586907Z ##[endgroup]
2026-08-28T12:41:09.9588143Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T12:41:09.9626818Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T12:41:09.9651343Z ##[group]Checking out the ref
2026-08-28T12:41:09.9653775Z [command]/usr/bin/git checkout --progress --force -B golden/ir2-incremental-off refs/remotes/origin/golden/ir2-incremental-off
2026-08-28T12:41:09.9721279Z Switched to a new branch 'golden/ir2-incremental-off'
2026-08-28T12:41:09.9722863Z branch 'golden/ir2-incremental-off' set up to track 'origin/golden/ir2-incremental-off'.
2026-08-28T12:41:09.9728053Z ##[endgroup]
2026-08-28T12:41:09.9767791Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T12:41:09.9799346Z ea55e88232497ba5667171a2770946d6ffe4551c
